projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b72ea3
)
build: Switch order of subdirectories
author
Benjamin Otte
<otte@redhat.com>
Sat, 31 Mar 2018 09:05:31 +0000
(11:05 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 5 Apr 2018 12:56:38 +0000
(14:56 +0200)
After fixing this once already in
5970dac1679d
the order was messed up
again in
d50708b0240
.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index a84eaf374ae4622ed2cfc089137f159a9a9ec805..de66c987eb5315397e9b46bbafa9d67cb449a5fa 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-632,13
+632,13
@@
subdir('gdk')
subdir('gsk')
subdir('gtk')
subdir('modules')
+if get_option('demos')
+ subdir('demos')
+endif
if get_option('build-tests')
subdir('tests')
subdir('testsuite')
endif
-if get_option('demos')
- subdir('demos')
-endif
if get_option('build-examples')
subdir('examples')
endif